Dew Math for .NET
|
Calculates the tensor product of two vectors and adds the result to calling matrix.
Calculates the tensor product of Vec1 and Vec2 vectors and adds the result to the calling matrix by using the following formula:
If the ConjVec2 parameter is true, then the result will be tensor product of Vec1 and conjugated Vec2. The Rows property is set to Vec1.Length and Cols property is set to Vec2.Length. The Complex property of the calling matrix is adjusted automatically.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|